←Select platform

GetWorkstsationControl<T>(string) Method

Summary

Creates a UI medical workstation control by a given name.

Syntax

C#
VB
C++
public T GetWorkstsationControl<T>( 
   string name 
) 
  
Public Overloads Function GetWorkstsationControl(Of T As Control)( _ 
   ByVal name As String _ 
) As T 
public: 
_T^_ GetWorkstsationControlgeneric<typename T> 
(  
   String^ name 
)  
where T: Control 

Parameters

name
The name of the control to look at its actual type to create.

Type Parameters

T

Return Value

T is the type of the returned System.Windows.Forms.Control

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly